func path/filepath.abs

2 uses

	path/filepath (current package)
		path.go#L294: 	return abs(path)
		path_unix.go#L41: func abs(path string) (string, error) {